Conversation
…hing with existing collections
* support for object contains , not contains, equals, not equals
…indexed and associative arrays
…Validator classes
…ttributes, unique indexes, and fulltext indexes
…allow mixed lists and improve depth handling
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
…es and update related logic
…nal session scenarios
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis PR introduces regex queries, trigram indexing, and object index capabilities across database adapters. It adds new query types (TYPE_REGEX, TYPE_ELEM_MATCH), an index constant (INDEX_TRIGRAM), and capability-checking methods across all adapters with varying implementation levels. Postgres and Mongo provide advanced support, while MariaDB and SQLite declare minimal support. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing touches
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (22)
✏️ Tip: You can disable this entire section by setting Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
elemMatchoperator for filtering nested array elements.Bug Fixes
Improvements
✏️ Tip: You can customize this high-level summary in your review settings.